home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / ICount 1.1.sit / iCount 1.1 / iCount 1.1.rsrc / STR#_1001.txt < prev    next >
Text File  |  1996-08-19  |  2KB  |  138 lines

  1. Angles In Radians.
  2. Sets iCount to use radians in your trigonometric functions.
  3.  
  4. Angles In Degrees.
  5. Sets iCount to use degrees in your trigonometric functions.
  6.  
  7. Iconise Button.
  8. Click this button to place iCount on you desktop for fast access.
  9.  
  10. Run Mode.
  11. Resets iCount to normal running mode.
  12.  
  13. Function List Mode.
  14. Lists all functions you define in the main iCount display.
  15. You can then select a function to re-edit or clear from the list.
  16.  
  17. Calculate.
  18. Click this button or press the return/enter key to let iCount evaluate your expression.
  19. Use this button to save your defined functions.
  20.  
  21. Floating Point.
  22.  
  23. Digit 0.
  24.  
  25. Digit 3.
  26.  
  27. Digit 2.
  28.  
  29. Digit 1.
  30.  
  31. Addition operator +.
  32.  
  33.  
  34.  
  35.  
  36. Example: 4+2.
  37.  
  38. Digit 6.
  39.  
  40. Digit 5.
  41.  
  42. Digit 4.
  43.  
  44. Difference operator -.
  45. Also use for the unary sign (-).
  46.  
  47.  
  48.  
  49. Example: 4-2+(-1).
  50.  
  51. Digit 9.
  52.  
  53. Digit 8.
  54.  
  55. Digit 7.
  56.  
  57. Multiplication operator *.
  58.  
  59.  
  60.  
  61.  
  62. Example: 4*2.
  63.  
  64. Division operator /.
  65.  
  66.  
  67.  
  68.  
  69. Example: 4/2.
  70.  
  71. Percent operator %.
  72. The expression x%y is read as the x percent of y.
  73.  
  74.  
  75. Example: 50%20.
  76.  
  77. The wastebasket button erases all contents of your edit text.
  78. You can also use the top left key of the numeric keypad.
  79.  
  80. Erasing can be undone.
  81.  
  82. NUMBER e.
  83. The base of natural logarithms.
  84.  
  85.  
  86.  
  87. Short for 2.7182...
  88.  
  89. SYMBOL マ\.
  90. The ratio of the circumference of any circle to its diameter.
  91.  
  92.  
  93. Short for 3.1415...
  94.  
  95. Close bracket to terminate a clause, or function arguments.
  96.  
  97.  
  98.  
  99. Example: 2*(5+竏š4)
  100.  
  101. Open bracket to type a new clause in your expression, or to enter function arguments.
  102.  
  103.  
  104. Example: 2*(2+sum(1,2,3))
  105.  
  106. The symbol '0x' must precede hexadecimal number notation. It should be followed by numbers 0 to 9 and/or letters A to F.
  107.  
  108. Example: 0x1A
  109.  
  110. Use comma to separate arguments in statistical or user defined functions.
  111.  
  112.  
  113. Example: sum(1,2,3)
  114.  
  115. Root operator 竏š.
  116. The expression y竏噎 gives the yth root of x.
  117. Ignoring the y component, 竏噎 gives the square root of x.
  118. Example: 3竏š9.
  119.  
  120. Power operator ^.
  121. The expression x^y is read as:
  122. x raised to the power of y.
  123.  
  124.  
  125. Example: 4^2.
  126.  
  127. Use the '=' symbol when defining a function or constant.
  128. #1: hypot=竏š(ニ耽2+ニ耽2)
  129. #2: kb=1024
  130. Maximum 5 letters per name.
  131. When done press enter to save.
  132.  
  133. The 'ニ’' symbol lets you define place holders for variables, within user defined functions.
  134.  
  135.  
  136. Example: vat=17.5%ニ’
  137.  
  138.